home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRPASSWFORM / TFRPASSWFORM.txt
Text File  |  2005-01-28  |  1KB  |  64 lines

  1. object frPasswForm: TfrPasswForm
  2.   Left = 475
  3.   Top = 355
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 96
  7.   ClientWidth = 249
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L1: TLabel
  19.     Left = 4
  20.     Top = 12
  21.     Width = 241
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'Enter password for opening report'
  25.   end
  26.   object L2: TLabel
  27.     Left = 4
  28.     Top = 0
  29.     Width = 241
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'Retype password for validate'
  33.     Visible = False
  34.   end
  35.   object OK: TButton
  36.     Left = 100
  37.     Top = 68
  38.     Width = 69
  39.     Height = 21
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object Cancel: TButton
  46.     Left = 176
  47.     Top = 68
  48.     Width = 69
  49.     Height = 21
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 1
  54.   end
  55.   object E1: TEdit
  56.     Left = 4
  57.     Top = 32
  58.     Width = 241
  59.     Height = 21
  60.     PasswordChar = '*'
  61.     TabOrder = 2
  62.   end
  63. end
  64.